home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NeXT Education Software Sampler 1992 Fall
/
NeXT Education Software Sampler 1992 Fall.iso
/
SoundAndMusic
/
cmix
/
Minc
/
pd.c
< prev
next >
Wrap
C/C++ Source or Header
|
1991-03-16
|
189b
|
18 lines
parse_dispatch(str,args,n)
char *str;
int n;
double args[];
{
int i1;
printf ("%s: ",str);
for (i1=0;i1<n;i1++) {
printf ("%f ",args[i1]);
}
printf ("\n\n ");
return -999;
}